|
Class Summary |
| AssignmentAction |
An action that modifies the variable registry. |
| BranchAction |
An action that branches the process flow on certain conditions. |
| EndAction |
An action that ends the process. |
| ExitAction |
An action that terminates the current process and returns control to the
process that included it. |
| ForwardAction |
An action that terminates the current process and forwards control to another
process. |
| IncludeAction |
An action that suspends the current process, forwards control to another
process, and resumes when that process completes. |
| NoOpAction |
An action that does nothing. |
| PortalAction |
An action that does nothing. |
| ScriptedAction |
An action that runs a configured script. |